home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 April / Electronic Entertainment CD-ROM Sampler Disc (April 1995).iso / mac / PCFILES / neonNSWK.DIR / 00896_Script_896 < prev    next >
Text File  |  1994-11-08  |  234b  |  6 lines

  1. on mouseUp  
  2.   global selOption1
  3.   if the hilite of cast (the castNum of sprite (the clickOn)) = TRUE then 
  4.     put the text of cast (the castNum of sprite (the clickOn)) & RETURN into selOption1
  5.   else put "" into selOption1
  6. end